Skip to main content

Get Config By Tenant And Service

GET /api/v1/tenants/:tenantId/services/:serviceId/config

Description

Retrieve the configuration for a specific tenant and service.

Request

  • Headers:
    • service-api-key: (Required)
    • service-api-code: (Required)
  • URL:
    • Raw URL: /api/v1/tenants/:tenantId/services/:serviceId/config
    • Host:
    • Path: /api/v1/tenants/:tenantId/services/:serviceId/config
    • Variables:
      • tenantId: (Required)
      • serviceId: (Required)

Response:

  • Status: OK (200)
/api/v1/tenants/:tenantId/services/:serviceId/config

Headers

Content-TypeValue
service-api-keystring

Headers

Content-TypeValue
service-api-codestring

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/tenants/:tenantId/services/:serviceId/config \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!